home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / VERSACAD⁄MACINTOSH / card_5213.txt < prev    next >
Encoding:
Text File  |  1988-01-11  |  6.0 KB  |  294 lines

  1. -- card: 5213 from stack: in
  2. -- bmap block id: 5382
  3. -- flags: 0000
  4. -- background id: 2739
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=445 top=295 right=320 bottom=486
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 2162 / 2162
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect dissolve
  23.   go to card id 2938
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (field)
  29. -- low flags: 01
  30. -- high flags: 0001
  31. -- rect: left=160 top=53 right=80 bottom=306
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 2
  36. -- text size: 18
  37. -- style flags: 0
  38. -- line height: 24
  39. -- part name: 
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: 6006
  45. -- rect: left=96 top=112 right=128 bottom=237
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: CenterRadius
  54. ----- HyperTalk script -----
  55. on mouseWithin
  56.   show card field CenterRadius
  57.   set hilite of button CenterRadius to true
  58.   set hilite of button Diameter to false
  59. end mouseWithin
  60.  
  61. on mouseLeave
  62.   hide card field CenterRadius
  63. end mouseLeave
  64.  
  65.  
  66. -- part 4 (button)
  67. -- low flags: 00
  68. -- high flags: 2006
  69. -- rect: left=96 top=136 right=152 bottom=237
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: diameter
  78. ----- HyperTalk script -----
  79. on mouseWithin
  80.   show card field diameter
  81.   set hilite of button centerRadius to false
  82.   set hilite of button diameter to true
  83. end mouseWithin
  84.  
  85. on mouseLeave
  86.   hide card field diameter
  87. end mouseLeave
  88.  
  89.  
  90. -- part 5 (button)
  91. -- low flags: 00
  92. -- high flags: 6006
  93. -- rect: left=248 top=133 right=155 bottom=400
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: enterDia
  102. ----- HyperTalk script -----
  103. on mouseWithin
  104.   show card field enterDia
  105.   set hilite of button radius to false
  106.   set hilite of button enterDia to true
  107. end mouseWithin
  108.  
  109. on mouseLeave
  110.   hide card field enterDia
  111. end mouseLeave
  112.  
  113.  
  114. -- part 6 (button)
  115. -- low flags: 00
  116. -- high flags: 2006
  117. -- rect: left=248 top=109 right=131 bottom=400
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: radius
  126. ----- HyperTalk script -----
  127. on mouseWithin
  128.   show card field radius
  129.   set hilite of button Radius to true
  130.   set hilite of button EnterDia to false
  131. end mouseWithin
  132.  
  133. on mouseLeave
  134.   hide card field radius
  135. end mouseLeave
  136.  
  137.  
  138. -- part 7 (button)
  139. -- low flags: 00
  140. -- high flags: 2000
  141. -- rect: left=129 top=176 right=192 bottom=185
  142. -- title width / last selected line: 0
  143. -- icon id / first selected line: 0 / 0
  144. -- text alignment: 1
  145. -- font id: 0
  146. -- text size: 12
  147. -- style flags: 0
  148. -- line height: 16
  149. -- part name: 
  150. ----- HyperTalk script -----
  151. on mouseWithin
  152.   show card field ok
  153. end mouseWithin
  154.  
  155. on mouseLeave
  156.   hide card field ok
  157. end mouseLeave
  158.  
  159.  
  160. -- part 8 (button)
  161. -- low flags: 00
  162. -- high flags: 2000
  163. -- rect: left=217 top=176 right=192 bottom=273
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 0 / 0
  166. -- text alignment: 1
  167. -- font id: 0
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: 
  172. ----- HyperTalk script -----
  173. on mouseWithin
  174.   show card field cancel
  175. end mouseWithin
  176.  
  177. on mouseLeave
  178.   hide card field cancel
  179. end mouseLeave
  180.  
  181.  
  182. -- part 9 (field)
  183. -- low flags: 81
  184. -- high flags: 2004
  185. -- rect: left=233 top=84 right=202 bottom=447
  186. -- title width / last selected line: 0
  187. -- icon id / first selected line: 0 / 0
  188. -- text alignment: 0
  189. -- font id: 2
  190. -- text size: 12
  191. -- style flags: 0
  192. -- line height: 16
  193. -- part name: centerRadius
  194.  
  195.  
  196. -- part 10 (field)
  197. -- low flags: 81
  198. -- high flags: 2004
  199. -- rect: left=233 top=117 right=235 bottom=447
  200. -- title width / last selected line: 0
  201. -- icon id / first selected line: 0 / 0
  202. -- text alignment: 0
  203. -- font id: 2
  204. -- text size: 12
  205. -- style flags: 0
  206. -- line height: 16
  207. -- part name: Diameter
  208.  
  209.  
  210. -- part 11 (field)
  211. -- low flags: 81
  212. -- high flags: 2004
  213. -- rect: left=218 top=134 right=252 bottom=432
  214. -- title width / last selected line: 0
  215. -- icon id / first selected line: 0 / 0
  216. -- text alignment: 0
  217. -- font id: 2
  218. -- text size: 12
  219. -- style flags: 0
  220. -- line height: 16
  221. -- part name: radius
  222.  
  223.  
  224. -- part 12 (field)
  225. -- low flags: 81
  226. -- high flags: 2004
  227. -- rect: left=218 top=160 right=278 bottom=432
  228. -- title width / last selected line: 0
  229. -- icon id / first selected line: 0 / 0
  230. -- text alignment: 0
  231. -- font id: 2
  232. -- text size: 12
  233. -- style flags: 0
  234. -- line height: 16
  235. -- part name: enterDia
  236.  
  237.  
  238. -- part 13 (field)
  239. -- low flags: 81
  240. -- high flags: 2004
  241. -- rect: left=96 top=198 right=275 bottom=246
  242. -- title width / last selected line: 0
  243. -- icon id / first selected line: 0 / 0
  244. -- text alignment: 0
  245. -- font id: 2
  246. -- text size: 12
  247. -- style flags: 0
  248. -- line height: 16
  249. -- part name: ok
  250.  
  251.  
  252. -- part 14 (field)
  253. -- low flags: 81
  254. -- high flags: 2004
  255. -- rect: left=210 top=198 right=275 bottom=360
  256. -- title width / last selected line: 0
  257. -- icon id / first selected line: 0 / 0
  258. -- text alignment: 0
  259. -- font id: 2
  260. -- text size: 12
  261. -- style flags: 0
  262. -- line height: 16
  263. -- part name: cancel
  264.  
  265.  
  266. -- part contents for card part 2
  267. ----- text -----
  268. Add Circle
  269.  
  270. -- part contents for card part 9
  271. ----- text -----
  272. This option is used to define a circle by its center and radius.
  273.  
  274. -- part contents for card part 10
  275. ----- text -----
  276. This option is used to define a circle by its diameter.
  277.  
  278. -- part contents for card part 11
  279. ----- text -----
  280. Enter the radius of the circle.
  281.  
  282.  
  283. -- part contents for card part 12
  284. ----- text -----
  285. Enter the diameter of the circle.
  286.  
  287. -- part contents for card part 14
  288. ----- text -----
  289. The cancel button aborts the changes you have made inside the dialog box.
  290.  
  291. -- part contents for card part 13
  292. ----- text -----
  293. The OK button accepts your changes and closes the dialog.
  294.